
h1,
h2 {
    color: #000 !important;
}

a {
    color: #000 !important;
}

caption {
    display: none;
}

/* Landing Pages */
.landing-page-card-row {
    margin-bottom: 20px;
}

.landing-page-card {
    border: 2px solid #BDBDBD;
    border-radius: 7px;
    border-color: #BDBDBD !important;
    padding: 30px 10px;
}

.landing-page-card-title {
    color: #15181a !important;
    font-size: 28px;
    margin: 40px 0;
}


/* Header */

#register-btn-white>a {
    background-color: rgb(47, 161, 112);
    color: white;
}

.nav-link {
    font-weight: bold;
    font-size: 1.1em;
}

.login-link {
    border: 1px solid #2fa170;
    border-radius: 6px;
    margin-right: 10px;
}

/* Footer */

.footer {
    background-color: #000;
    width: unset;
    height: unset;
    position: unset;
    bottom: unset;
    margin-top: 50px;
}

.footer-p {
    color: #fff;
    padding: 2px 0;
}

.footer-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer>div.container>div>div.col-md-5>div>p:nth-child(3)>a {
    color: #fff;
    text-decoration: underline;
}

#social-icons {
    text-align: center;
    float: right;
    margin-right: 120px;
}

.poweredby-row {
    background-color: #20694a;
}

#poweredby_p {
    padding: 20px 0;
    margin-bottom: 0;
    color: #fff;
}

#hanlonClient {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.nav-footer {
    position: relative;
    margin: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.li-inline {
    /* display: inline; */
    padding: 5px;
    list-style-type: none;
}

.li-inline a {
    color: #fff;
}

#footerLink>img {
    margin-top: 60px;
    /* width: 20rem; */
}

.icons {
    color: #2fa170;
    background: #ffffff;
    border-radius: 2px;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    margin: 0 4px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 20px;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    font-weight: unset !important;
    text-decoration: none;
    margin-top: 20px;
}

.icons:hover,
.icons:focus {
    background: #fff;
    text-decoration: none !important;
    color: #333;
}

/* FA icons */
.icons:nth-of-type(1):before {
    content: '\f09a';
}

.icons:nth-of-type(2):before {
    content: '\f099';
}

.icons:nth-of-type(3):before {
    content: '\f16d';
}

/* Cards */
.card-green {
    border-bottom-color: rgb(57, 146, 108);
    background-color: rgba(51, 129, 96, 0.27);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.card-help {
    min-height: 400px;
}

.card-help-link {
    text-decoration: underline;
    color: #1a1d1f;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
}

.card-help-text {
    padding-top: 20px;
}

/* Buttons */
.btn-primary {
    background-color: rgb(51, 129, 96);
    border-color: rgb(57, 146, 108);
}

.btn-primary:hover {
	border-color: yellow;
}
/*Styling applied to Islington LIFT's 'Opportunities' page*/
#VacancyFilterTable th {
    width: 200px;
    background: #fff;
    font-family: "Metropolis-Bold";
}
.form__select {
    border: 2px solid #000;
}
.form__select:focus {
    outline:2px dashed #000;
    border-color:transparent !important;
}
label {
    display: inline-block;
    font-size: 16px;
    padding-bottom: 10px;
}
/*Styling applied to the 'Registration Selection' page on Islington LIFT's portal*/
.panel-primary .panel-heading {
    background: #D600A8 !important;
    color: white;
    font-family: 'Metropolis-Bold';
    font-size: 38px;
    padding: 10px;
}

p.textPanelTwo {
    padding: 10px;
}
p.textPanelThree {
    padding: 10px;
}
a#registerOne {
    margin-left: 10px;
    color: #fff !important;
    font-family: "Metropolis-Regular";
}
a#registerOne:hover {
    background:#fff !important;
    color:#000 !important;
    transition: 0.6s;
}
a#registerOne:focus {
    outline:2px dashed #000;
    color: #000 !important;
    background:#fff;
}
a#registerTwo {
    margin-left: 10px;
    color: #fff !important;
    font-family: "Metropolis-Regular";
}
a#registerTwo:hover {
    background:#fff !important;
    color:#000 !important;
    transition: 0.6s;
}
a#registerTwo:focus {
    outline:2px dashed #000;
    color: #000 !important;
    background:#fff;
}
/*Styling applied to the client registration pages*/
div#ctl00_mCPH_divHeader {
    display: none;
}
label#ctl00_mCPH_lblEmail {
    font-family: "Metropolis-Bold";
    color: #000;
}
label#ctl00_mCPH_Label1 {
    font-family: "Metropolis-Bold";
    color: #000;
}
label#ctl00_mCPH_lblPassword {
    font-family: "Metropolis-Bold";
    color: #000;
}
label#ctl00_mCPH_lblConfirmPassword {
    font-family: "Metropolis-Bold";
    color: #000;
}
span.text-info {
    color: #000 !important;
    font-size: 18px !important;
    font-family: "Metropolis-Bold";
}
input#btnRegister {
    font-family: "Metropolis-Regular";
}
table#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz tbody tr {
    background: #fff !important;
}
input#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_FinishNavigationTemplateContainerID_FinishButton {
    margin-top: 30px;
}
/*Styling applied to the 'Contact' page on Islington LIFT's portal*/
input#DebugSendButton {
    display: none;
}
label#ctl00_mCPH_NameLabel {
    font-size: 18px;
    color: #000;
    font-family: "Metropolis-Bold";
}
label#ctl00_mCPH_EmailLabel {
    font-size: 18px;
    color: #000;
    font-family: "Metropolis-Bold";
}
label#ctl00_mCPH_PhoneLabel {
    font-size: 18px;
    color: #000;
    font-family: "Metropolis-Bold";
}
label#ctl00_mCPH_ReasonLabel {
    font-size: 18px;
    color: #000;
    font-family: "Metropolis-Bold";
}
label#ctl00_mCPH_MessageLabel {
    font-size: 18px;
    color: #000;
    font-family: "Metropolis-Bold";
}
/*Styling applied to the 'Oportunities' page on Islington LIFT's portal*/
.text-primary {
    --bs-text-opacity: 1;
    color: #000 !important;
}
/*Styling applied to the enterprise registration pages*/
.form-label {
    margin-bottom: .5rem;
    font-family: "Metropolis-Bold";
    font-size: 18px;
}
input.btn.btn-secondary {
    color: #fff;
    background: #707070;
    transition: 0.6s;
    border: 1px solid #0000;
    font-family: "Metropolis-Regular";
}
input#btnProceedToWizard {
    margin-top: 20px;
    font-family: "Metropolis-Regular";
}
td.wizardStepStyle {
    background: #d600a8 !important;
}
.MainPanelGeneral {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #d600a8 !important;
    border-radius: 10px;
    margin-bottom: 25px;
}
.Container {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    background: #d600a8 !important;
}
.GeneralTitle {
    font-size: 25px;
    margin-bottom: 10px;
    color: #fff;
    font-family: "Metropolis-Bold";
}
a#ShowGoogleAddressInputButton {
    color: #000 !important;
    font-family: "Metropolis-Bold";
}
a#ClearAddressButton {
    color: #000 !important;
    font-family: "Metropolis-Bold";
}
.form-control {
    font-size: inherit;
    height: 38px;
    border: 2px solid #000;
    font-size: 18px;
}
.MainContainerContact {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #d600a8 !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
    font-family: "Metropolis-Bold";
}
.HeaderStyle {
    background: #d600a8 !important;
}
.HeaderContainer {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    color: #fff !important;
    font-weight: 500;
}
span.Label {
    color: #fff !important;
    font-family: "Metropolis-Bold" !important;
}
.RowStyle {
    background: #d600a8 !important;
}
table#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_ContactPanel_GridContainerContact {
    border: 2px solid #fff !important;
}
.MainContainerProfileItems {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #d600a8 !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
    font-family: "Metropolis-Bold";
}
.MainSubContainer {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #d600a8 !important;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 2px solid #fff !important;
}
p#jobsText {
    margin-left: -1% !important;
}